home *** CD-ROM | disk | FTP | other *** search
- object DCInfoForm: TDCInfoForm
- Left = 272
- Top = 507
- BorderStyle = bsToolWindow
- ClientHeight = 176
- ClientWidth = 452
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PanelFormLarge: TPanel
- Left = 0
- Top = 0
- Width = 452
- Height = 176
- Align = alClient
- BorderWidth = 4
- BorderStyle = bsSingle
- TabOrder = 0
- DesignSize = (
- 448
- 172)
- object BoxShapeShadow: TShape
- Left = 7
- Top = 8
- Width = 69
- Height = 68
- Brush.Color = clMedGray
- Visible = False
- end
- object BoxShape: TShape
- Left = 5
- Top = 6
- Width = 69
- Height = 67
- Brush.Style = bsClear
- end
- object ImageLogo: TImage
- Left = 7
- Top = 7
- Width = 65
- Height = 65
- Center = True
- Picture.Data = {<image000.bmp>}
- Stretch = True
- OnClick = ImageLogoClick
- end
- object MemoTop: TMemo
- Left = 85
- Top = 14
- Width = 352
- Height = 48
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- BevelInner = bvNone
- BevelOuter = bvNone
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ReadOnly = True
- TabOrder = 3
- end
- object ButtonYes: TBitBtn
- Left = 371
- Top = 143
- Width = 74
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Yes'
- ModalResult = 6
- TabOrder = 0
- OnClick = ButtonYesClick
- end
- object ButtonNo: TBitBtn
- Left = 263
- Top = 143
- Width = 101
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Program Website'
- ModalResult = 7
- TabOrder = 1
- OnClick = ButtonNoClick
- end
- object ButtonEnterLicense: TBitBtn
- Left = 6
- Top = 143
- Width = 188
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = '&Enter New License Key Information..'
- TabOrder = 2
- OnClick = ButtonEnterLicenseClick
- end
- object InfoText: TRichEditURL
- Left = 9
- Top = 79
- Width = 431
- Height = 57
- TabStop = False
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelInner = bvNone
- BevelOuter = bvNone
- BorderStyle = bsNone
- Color = clBtnFace
- MaxLength = 5000
- ReadOnly = True
- TabOrder = 4
- OnURLClick = InfoTextURLClick
- end
- object PanelTextLabels: TPanel
- Left = 96
- Top = 16
- Width = 313
- Height = 113
- TabOrder = 5
- Visible = False
- object LabelHidden_No: TLabel
- Left = 32
- Top = 76
- Width = 14
- Height = 13
- Caption = '&No'
- Visible = False
- end
- object LabelHidden_Ok: TLabel
- Left = 32
- Top = 60
- Width = 14
- Height = 13
- Caption = '&Ok'
- Visible = False
- end
- object LabelHidden_ProgramWebsite: TLabel
- Left = 32
- Top = 28
- Width = 81
- Height = 13
- Caption = '&Program Website'
- Visible = False
- end
- object LabelHidden_Yes: TLabel
- Left = 32
- Top = 44
- Width = 18
- Height = 13
- Caption = '&Yes'
- Visible = False
- end
- object LabelHidden_Dismiss: TLabel
- Left = 32
- Top = 12
- Width = 35
- Height = 13
- Caption = '&Dismiss'
- Visible = False
- end
- object LabelHidden_FailSave: TLabel
- Left = 128
- Top = 12
- Width = 569
- Height = 13
- Caption =
- 'Failed to save license key information.\r\nPlease check to see i' +
- 'f you have permission to write to the application directory.'
- Visible = False
- end
- object LabelHidden_SaveOk: TLabel
- Left = 128
- Top = 28
- Width = 183
- Height = 13
- Caption = 'Your new license key has been saved.'
- Visible = False
- end
- end
- end
- end
-